for list element

英 [fɔː(r) lɪst ˈelɪmənt] 美 [fɔːr lɪst ˈelɪmənt]

网络  循环表元素

计算机



双语例句

  1. For every data set in the result, an HTML list element is created and appended to the list.
    对于结果中的每个数据集,创建了HTML清单元素并添加到列表中。
  2. An event click handler is added for every list element to respond on a click by populating the fields with the selection.
    为每一个清单元素添加事件单击处理程序以便通过填充选择的字段对单击作出响应。
  3. Once you have the root node of the XML document, you can use a GPath expression ( for example, list. user. login. text()) to assert that the element contains the expected value ( in this case, suziq).
    一旦拥有了XML文档的根节点,您就可以使用GPath表达式(例如list.user.login.text())来断言,元素包含预期的值(在本例中为suziq)。
  4. Not only is the hash value dependent on the contents of the list, but the specific algorithm for combining the hash values of the individual elements is specified as well.
    不仅仅散列值取决于list的内容,而且还规定了结合各个Element的散列值的特殊算法。
  5. For a start, any element should be text, so you can create an un-numbered list element like this: [ "ul"].
    首先,元素应该为文本格式,因此我们可以创建这样一个无编号的列表元素:[“ul”]。
  6. For example, you can access a list element with zget("/ request/ myList# 3"), or the value of key within a map using zget("/ request/ myMap# key").
    例如,可以通过zget(“/request/myList3”)访问列表元素,或使用zget(“/request/myMapkey”)访问映射内部的key的值。
  7. The previous list, for example, is an unordered list, created with the UL element.
    举个例子,上述的列表是一个无序列表,使用UL元素创建的。